Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-22450 | GEN005350 | SV-38818r1_rule | ECLP-1 | Medium |
Description |
---|
The ability to read the MIB file could impart special knowledge to an intruder or malicious user about the ability to extract compromising information about the system or network. |
STIG | Date |
---|---|
AIX 6.1 SECURITY TECHNICAL IMPLEMENTATION GUIDE | 2017-12-08 |
Check Text ( C-37059r1_chk ) |
---|
Check the file permissions for the MIB files. # find / -name *.mib -print # aclget [mib file] If the extended attributes are not disabled, this is a finding. |
Fix Text (F-32327r1_fix) |
---|
Remove the extended ACL from the MIB file(s) and change extended attributes to disabled. #acledit [mib file] |